home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.33 (October)
/
PC Gamer Disc 7.33 (October 2003).ISO
/
Data
/
items.pcg
/
scripts
/
DefineSprite_137
/
frame_6
/
DoAction.as
Wrap
Text File
|
2003-07-17
|
400b
|
8 lines
var thepercent = (_parent.theBox3._y - 224) / 160;
var theCeil = Math.ceil(_parent.num_Files / _parent.scrollMax);
if(thepercent >= 1)
{
theCeil = int(_parent.num_Files / _parent.scrollMax);
}
_parent.scrollListBox("menufile","filename","filenumber",_parent.num_Items,_parent.topFile,"topFile",int(theCeil * thepercent),"fileCount",_parent.currentFileCount,_parent.theBox3._y,"FileBox_y");